home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / CLONECD / Setup.exe / $SMPROGRAMS / CloneCD / CloneCD.exe / 0 / RCDATA / TOKBOTTOMDLG / TOKBOTTOMDLG.txt
Encoding:
Text File  |  2003-05-08  |  1.0 KB  |  60 lines

  1. object OKBottomDlg: TOKBottomDlg
  2.   Left = 431
  3.   Top = 189
  4.   HelpContext = 600
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 131
  7.   ClientWidth = 265
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   OnCreate = FormCreate
  12.   OnHide = FormHide
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKBtn: TButton
  17.     Left = 39
  18.     Top = 100
  19.     Width = 75
  20.     Height = 25
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.     OnClick = OKBtnClick
  25.   end
  26.   object CancelBtn: TButton
  27.     Left = 151
  28.     Top = 100
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.     OnClick = CancelBtnClick
  35.   end
  36.   object Group: TGroupBox
  37.     Left = 8
  38.     Top = 8
  39.     Width = 249
  40.     Height = 81
  41.     TabOrder = 2
  42.     object Text: TLabel
  43.       Left = 16
  44.       Top = 24
  45.       Width = 220
  46.       Height = 17
  47.       Alignment = taCenter
  48.       AutoSize = False
  49.     end
  50.     object Label: TLabel
  51.       Left = 16
  52.       Top = 48
  53.       Width = 225
  54.       Height = 17
  55.       Alignment = taCenter
  56.       AutoSize = False
  57.     end
  58.   end
  59. end
  60.